home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
tools
/
lu62
/
port
/
unbind.h
< prev
next >
Wrap
Text File
|
1996-07-10
|
1KB
|
27 lines
/* k 8001 19.07.90 */
/* k 0115 02/02/91 */
/********************************************
* UNBIND REQUEST UNIT *
********************************************/
struct unbind { /* UNBIND ru */
unsigned char cmd; /* command code *//* @0115 */
unsigned char type;/* X'01' - normal end of session @0115 *
* X'02' - BIND forthcoming *
* X'03' - session will be resumed *
* X'04' - sync point record error *
* X'05' - SLU not authorized *
* X'06' - invalid sess parameters *
* X'07' - VR inoperative *
* X'08' - route ext inoperative *
* X'09' - +RSP((ACTPU|ACTLU),Cold) *
* X'0a' - PU node deactivated *
* X'0b' - VR deactivated *
* X'0c' - unrecoverable LU failure *
* X'0e' - recoverable LU failure *
* X'0f' - cleanup should be made *
* X'fe' - invalid session protocol */
unsigned long sense; /* sense data(only for type=X'fe') */
};